home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-02 / pas_all.zip / TI434.ASC < prev    next >
Text File  |  1992-08-12  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.   PRODUCT  :  TURBO PASCAL FOR THE MACINTOSH         NUMBER  :  434
  9.   VERSION  :  1.00a/1.1
  10.        OS  :  SYSTEM 4.2/FINDER 6.0
  11.      DATE  :  MAY 3, 1988                              PAGE  :  1/1
  12.  
  13.     TITLE  :  SHUTDOWN MANAGER
  14.  
  15.  
  16.  
  17.  
  18.   The calls to the ShutDown  Manager  where  implemented  after the
  19.   release of version 1.1 of  Turbo Pascal. The description of these
  20.   routines  are  listed  in Volume V of Inside Macintosh. The calls
  21.   can be implemented as follows:
  22.  
  23.   - PROCEDURE ShutDwnPower; INLINE $3F3C, $0001, $A895;
  24.   - PROCEDURE ShutDwnStart; INLINE $3F3C, $0002, $A895;
  25.   - PROCEDURE ShutDwnInstall
  26.             ( shutDwnProc : ProcPtr; flags : INTEGER );
  27.              INLINE $3F3C, $0003, $A895;
  28.   - PROCEDURE ShutDwnRemove ( shutDwnProc : ProcPtr );
  29.              INLINE $3F3C, $0004, $A895;
  30.  
  31.   DISCLAIMER: You  have the right to use this technical information
  32.   subject to the terms  of  the  No-Nonsense License Statement that
  33.   you received with  the  Borland product to which this information
  34.   pertains.
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.